home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Palettes
/
Object
/
ObjectView.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
266b
|
17 lines
#import <appkit/appkit.h>
#import <dpsclient/wraps.h>
#import "title.h"
@interface ObjectView:View
{
}
// Any subclass of View needs to implement its own drawSelf method
- drawSelf: (const NXRect *)rects :(int)rectCount;
- initFrame:(NXRect *)frameRect;
@end